Blazor コントロール
FilterAsync<T>(IDataCollection<T>,String,Boolean,Boolean,Boolean,Boolean) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > FilterAsync メソッド : FilterAsync<T>(IDataCollection<T>,String,Boolean,Boolean,Boolean,Boolean) メソッド
The data collection.
The query string to be filtered.
if set to true treat spaces as and operator.
if set to true it will look into numeric fields.
If set to true the case will be taken into account.
If set to true the whole word will have to be matched.
Filters the data from a query string.
シンタックス
'宣言
 
Public Overloads Shared Function FilterAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal query As System.String, _
   Optional ByVal treatSpacesAsAndOperator As System.Boolean, _
   Optional ByVal matchNumbers As System.Boolean, _
   Optional ByVal matchCase As System.Boolean, _
   Optional ByVal matchWholeWord As System.Boolean _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<T>( 
   IDataCollection<T> dataCollection,
   System.string query,
   System.bool treatSpacesAsAndOperator,
   System.bool matchNumbers,
   System.bool matchCase,
   System.bool matchWholeWord
)
where T: class

パラメータ

dataCollection
The data collection.
query
The query string to be filtered.
treatSpacesAsAndOperator
if set to true treat spaces as and operator.
matchNumbers
if set to true it will look into numeric fields.
matchCase
If set to true the case will be taken into account.
matchWholeWord
If set to true the whole word will have to be matched.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧